home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.micon._currentframe == 1)
- {
- if(_root.even40 == 1)
- {
- _root.indicount = 100;
- _root.indialogue = "It\'s bending.";
- _root.sfx.gotoAndStop(3);
- if(_root.bend_clicky >= 3)
- {
- _root.indialogue = "It\'s completely bent.";
- i = 1;
- while(i < 40)
- {
- if(_root.inven["box" + i]._currentframe == 15)
- {
- _root.inven["box" + i].gotoAndStop(16);
- }
- i++;
- }
- gotoAndStop(16);
- }
- else
- {
- _root.bend_clicky = _root.bend_clicky + 1;
- }
- }
- else
- {
- _root.indicount = 100;
- _root.indialogue = "Why would I want to bend it straight?";
- }
- }
- }
-